home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OCFSRC.PAK / OCGUID.CPP < prev    next >
C/C++ Source or Header  |  1997-05-06  |  860b  |  22 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectComponents
  3. // Copyright (c) 1994, 1997 by Borland International, All Rights Reserved
  4. //
  5. // $Revision:   2.10  $
  6. //
  7. // Actual BOcOle GUIDs spit out here
  8. //
  9. // NOTE! This file must be compiled with the following flags for 16-bit:
  10. //   -zE_TEXT -zFCODE    (this forces the GUIDs into the code segment)
  11. //----------------------------------------------------------------------------
  12. #define INIT_BGUID            // Force Bolero GUIDs to be defined
  13. #include <ocf/defs.h>         // Ole basics & GUIDs
  14. #if !defined(OCF_OCBOCOLE_H)
  15. # include <ocf/ocbocole.h>    // Bolero GUIDs
  16. #endif
  17.  
  18. #define INITGUID              // Force OLE GUIDs to be defined
  19. #if !defined(_OLECTL_H_) && defined(BI_PLAT_WIN32)
  20. #include <olectl.h>           // Ole control GUIDs
  21. #endif
  22.